Soby Web Components
  • Download the suitable package for you from here.
  • Extract the zip file and copy the folders into your project
  • Include the following syntax into your page
    <script src="/media/js/jquery-3.1.0.js" type="text/javascript" ></script>
    <link href="/media/css/soby.ui.components.css" rel="stylesheet" type="text/css" media="all" />
    <script src="/media/js/soby.ui.components.min.js" ></script>
    <div id='soby_ComponentContainer' ></div>
                    
  • All the components require container id as a parameter. As an example usage of it in grid component is below
    var sampleGrid = new soby_WebGrid("#soby_ComponentContainer", "Sample Title", sampleService, "There is no record found."); 
  • Now you are ready to have some fun with our data components. Please check the Tutorials and documentations